home *** CD-ROM | disk | FTP | other *** search
/ PC Guide Interactive 8 / PC Guide Interactive Issue 8 (Future Publishing)(1996).bin / fscre.bat < prev    next >
DOS Batch File  |  1995-12-12  |  803b  |  49 lines

  1. cls
  2.  
  3. @echo off
  4. @echo .
  5. @echo This installation will create directories on your C: drive
  6. @echo called games\scream
  7. @echo .
  8. @echo .
  9. @echo .
  10. @echo .
  11. @echo .
  12. pause
  13. cls
  14.  
  15.  
  16.  
  17.  
  18. @echo    *********************************************************
  19. @echo                     INSTALLING OVERLORD
  20. @echo                 Please Wait
  21. @echo    *********************************************************
  22. @echo .
  23. @echo .
  24. @echo .
  25.  
  26. c:
  27. cd \
  28. md games >nul
  29. cd \games >nul
  30. md scream >nul
  31. cd scream >nul
  32.  
  33. f:\pkware\pkunzip -d f:\screamer\screamer.zip
  34.  
  35. cls
  36.  
  37. @echo    *************************************************************
  38. @echo .
  39. @echo    INSTALLATION COMPLETE: type scream to run the demonstration
  40. @echo .
  41. @echo    *************************************************************
  42. @echo .
  43. @echo .
  44. @echo .
  45.  
  46.  
  47.  
  48.  
  49.